home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / SkinSelectPopup.xml251 < prev    next >
Text File  |  2007-12-01  |  1KB  |  35 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.         <TextStyle name="ChannelName" color="White" size="12"/>
  5.         <TextStyle name="ShowTitle" color="Yellow" size="16"/>
  6.         <TextStyle name="ButtonText" color="White" size="11"/>
  7.     </TextStyles>
  8.  
  9.     <!-- placements -->
  10.     <Placements>
  11.         <Placement name="PopupBackground" loc="9,25" size="82,40"/>
  12.         <Placement name="OptionNormal" loc="37.5,42"/>
  13.         <Placement name="OptionSelected" loc="37.5,42"/>
  14.         <Placement name="OkButton" loc="54,58.5"/>
  15.         <Placement name="CancelButton" loc="71,58.5"/>
  16.     </Placements>
  17.  
  18.     <!-- Composite Images -->
  19.     <CompositeImages>
  20.         <CompositeImage name="OptionNormal" size="50,7">            
  21.             <DrawText text="@optionValue" loc="6,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  22.         </CompositeImage>
  23.  
  24.         <CompositeImage name="OptionSelected" size="50,7">
  25.             <DrawCommonImage name="GeneralSelection"/>
  26.             <DrawText text="@optionValue" loc="6,0" size="70,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  27.         </CompositeImage>
  28.  
  29.         <CompositeImage name="PopupBackground" size="82,40">
  30.             <DrawRoundedRect loc="2,5" size="96,90" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
  31.       <DrawImage filename="@preview" loc="3,10" size="31,80"/>
  32.             <DrawText text="@name" loc="35,15" size="90,20" textStyle="GeneralTextStyle" align="Left"/>
  33.         </CompositeImage>
  34.     </CompositeImages>
  35. </settings>